home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / windows / editprog / helllp21.arj / HELLLP.EXE / EXAMPLE.EXE / EXAMPLE.BAT < prev    next >
DOS Batch File  |  1994-02-03  |  358b  |  9 lines

  1. @echo off
  2. c:
  3. CD \helpcomp\project
  4. Echo ***  IGNORE COMPILER ERROR MESSAGES complaining about unrecognised things  ***
  5. Echo ***  and missing things. They result from the necessity to issue commands  ***
  6. Echo ***  for different versions of the compiler.  See HELP under COMPILE.      ***
  7. C:\HELPCOMP\COMPILER\HCP.EXE c:\helpcomp\project\example
  8. Echo .
  9.